DELETE /HierarchyEntity/Level/

Deletes the given level.
 

Request

Method Request URI
DELETE /API/HierarchyEntity/Level/?id=value&levelUniqueName=value&sessionId=value

URI Parameters

URI Parameter Description
id The ID of the hierarchy.
levelUniqueName The unique name of the level.
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

A Dundas.BI.WebApi.Models.HierarchyEntityData object containing the updated hierarchy, or a status code indicating the problem.